Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] hr_recruitment_job_share: Share a job that wasnt published in website #62

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

corredato
Copy link
Contributor

No description provided.

@corredato corredato force-pushed the add/hr_recruitment_job_share branch 2 times, most recently from 1dcac98 to b1dc4f6 Compare October 22, 2024 15:50
def create(self, vals):
# Garante que o token de acesso é gerado no momento da criação
if "access_token" not in vals:
vals["access_token"] = secrets.token_urlsafe(16)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se duplicar o registro o que acontece?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ele cria um novo token sempre que o usuário clica em compartilhar, e os anteriores continuam funcional

Copy link
Member

@mileo mileo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não tem como descompartilhar né?

@corredato corredato force-pushed the add/hr_recruitment_job_share branch 3 times, most recently from 26a9ad3 to 6d3afad Compare October 29, 2024 16:23
@mileo mileo merged commit 365cf3e into 16.0 Oct 30, 2024
2 of 3 checks passed
@mileo mileo deleted the add/hr_recruitment_job_share branch October 30, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants